Get Game Login URL
1. Request URL
URL: {APIURL}/api/v1/game/launch
2. Request Parameters
| Parameter Name | Type | Description |
|---|---|---|
| UserID | string[4-40] | Operator’s unique player ID |
| GameID | string | Game ID |
| Language | string | Language setting (e.g. th, en) |
- Example:
复制{ "UserID": "operator_user_abcd", "GameID": "pg_98", "Language": "th" }
3. Return Result
| Parameter Name | Type | Description |
|---|---|---|
| Url | string | Game login URL |
- Example:
复制{ "error": "", "data": { "Url": "https://popapi.cc/pg_98/index.html?l=th&t=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxODcsIlMiOjEwMDIsIkQiOiJYaW5nWXVuWGlhbmcifQ.9td-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxmw" } }